from importlib import reload reload(plt) plt.xlabel("Hello World")
import matplotlib.pyplot as plt plt.gcf().subplots_adjust(bottom=0.15)